fix: correct EU SIP TCP framing and 403/404 FAQ in networking docs#1072
Open
dhruva-vapi wants to merge 1 commit into
Open
fix: correct EU SIP TCP framing and 403/404 FAQ in networking docs#1072dhruva-vapi wants to merge 1 commit into
dhruva-vapi wants to merge 1 commit into
Conversation
Contributor
|
🌿 Preview your docs: https://vapi-preview-c504a9e7-6075-4ca4-bbe4-babd8f3f80e5.docs.buildwithfern.com |
roshan-vapi
approved these changes
Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Problem: After #1068 merged, a reviewer pointed out two inaccuracies in the SIP networking docs. The docs implied TCP on port 5060 is EU-only, and the 403/404 FAQ referenced an
X-Reason: Invalid credentialsresponse header that Vapi does not send.This PR fixes both so the SIP networking page is accurate.
5060now shows UDP/TCP for both US and EU. Both regions accept UDP and TCP, so the previous "EU only" framing could have led US customers to think TCP was unavailable to them.X-Reason: Invalid credentialsheader. It keeps a plain explanation of what 403 and 404 mean and what to check.Follow-up to #1068, addressing post-merge review comments from @roshan-vapi.
Testing Steps
fern checkpasses (0 errors, 5 pre-existing warnings).X-Reasonheader is emitted, by checking the SIP infrastructure and backend code.